Dashboard Temp Share Shortlinks Frames API

HTMLify

style.css
Views: 12 | Author: huxn-webdev
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
body {
  display: flex;
  justify-content: center;
}

section {
  margin: 10vh 10vw;
  display: flex;
  flex-direction: row;
}

.cont {
  width: 40vw;
}

.colors {
  outline: none;
  border: none;
  width: 100px;
  height: 100px;
}

.randomColorBtn {
  margin-top: 20px;
  padding: 10px 20px;
  margin-left: 3rem;
  cursor: pointer;
}